home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / CONN.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  1.7 KB  |  48 lines

  1. <HTML>
  2. <title>Internet Service Manager</title>
  3. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  4.  
  5. <!-- Header -->
  6. <TABLE BORDER=0>
  7. <TR VALIGN=CENTER>
  8. <TD>
  9. <A HREF="/iisadmin/default.htm">
  10. <IMG SRC="/iisadmin/logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  11. <TD><FONT SIZE=+2 COLOR=000000>
  12. <B><%if servid EQ 4%>Current WWW Sessions<%elif servid EQ 1%>Current FTP Sessions<%elif servid EQ 2%>Current Gopher Sessions<%endif%></B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=0000CD>Connections to <%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16. <HR>
  17. <P>
  18.  
  19. <!-- Sessions -->
  20. <table BORDER=1 BGCOLOR=C0C0C0 BORDERCOLOR=696969 NOWRAP>
  21. <th width=180>Connected Users</th><th width=160>From</th>
  22. <th width=80>Time</th><th width=150>Action...</th>
  23. <%beginiteration enumusercount%>
  24. <tr>
  25. <td><%enumusername%></td><td><%enumuseraddr%></td><td><%enumusertime%></td>
  26. <td><a href="/scripts/iisadmin/ism.dll?<%servname%>/disc+<%enumuserid%>">Disconnect</a></td>
  27. </tr>
  28. <%enditeration%>
  29. </table>
  30. <P>
  31.  
  32. There are <%enumusercount%> User(s) currently connected.
  33. <p>
  34.  
  35. <DL>
  36. <DD><a href="/scripts/iisadmin/ism.dll?<%servname%>/disca"><IMG SRC="/iisadmin/hand.gif" BORDER=0> Disconnect All</a><p>
  37. <DD><a href="/scripts/iisadmin/ism.dll?<%servname%>/serv"><IMG SRC="/iisadmin/hand.gif" BORDER=0> Close</a><p>
  38. <DD><a href="/scripts/iisadmin/ism.dll?<%servname%>/conn"><IMG SRC="/iisadmin/hand.gif" BORDER=0> Refresh Screen</a><p>
  39. <%if 1 EQ 1%>
  40. <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/diru">
  41. <input type="hidden" name="helptopic" value="/iisadmin/<%if servid EQ 4%>ftcon.htm<%elif servid EQ 1%>ftcon.htm<%elif servid EQ 2%>ftcon.htm<%endif%>">
  42. <input type="submit" name="help" value="  Help  ">
  43. </form>
  44. <%endif%>
  45. </DL>
  46.  
  47. </body></html>
  48.